Skip to content

chore(deps): update quay.io/konflux-ci/release-service-utils docker digest#1903

Draft
red-hat-konflux[bot] wants to merge 1 commit into
developmentfrom
konflux/mintmaker/development/quay.io-konflux-ci-release-service-utils
Draft

chore(deps): update quay.io/konflux-ci/release-service-utils docker digest#1903
red-hat-konflux[bot] wants to merge 1 commit into
developmentfrom
konflux/mintmaker/development/quay.io-konflux-ci-release-service-utils

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Jan 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
quay.io/konflux-ci/release-service-utils tekton-step-image digest 5546fa7ab08297
quay.io/konflux-ci/release-service-utils final digest 5546fa7ab08297

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 04:59 AM (* 0-4 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@snyk-io

snyk-io Bot commented Jan 29, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/development/quay.io-konflux-ci-release-service-utils branch 2 times, most recently from d97181e to ecb1c10 Compare January 31, 2026 01:26
davidmogar
davidmogar previously approved these changes Feb 2, 2026
@davidmogar davidmogar enabled auto-merge February 2, 2026 13:34
@davidmogar davidmogar added this pull request to the merge queue Feb 2, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Feb 2, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/development/quay.io-konflux-ci-release-service-utils branch from ecb1c10 to 2159e7c Compare February 3, 2026 01:24
@johnbieren

Copy link
Copy Markdown
Collaborator

@seanconroy2021 this PR isn't even updating the utils image to the same image. For example, if I click the files changed tab, I see two different refs within the first file. Is that expected?

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/development/quay.io-konflux-ci-release-service-utils branch from 2159e7c to 4a33db7 Compare February 4, 2026 01:29
@seanconroy2021

Copy link
Copy Markdown
Member

@seanconroy2021 this PR isn't even updating the utils image to the same image. For example, if I click the files changed tab, I see two different refs within the first file. Is that expected?

Looks like each utils image reference is treated as its own dependency, so Mint is updating them independently, which doesn't seem the best. We should be able to group them so we can update all of them with one digest. Will take a look.

@johnbieren

Copy link
Copy Markdown
Collaborator

@seanconroy2021 this PR isn't even updating the utils image to the same image. For example, if I click the files changed tab, I see two different refs within the first file. Is that expected?

Looks like each utils image reference is treated as its own dependency, so Mint is updating them independently, which doesn't seem the best. We should be able to group them so we can update all of them with one digest. Will take a look.

great, thank you

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/development/quay.io-konflux-ci-release-service-utils branch 2 times, most recently from 30e8b3a to aa03964 Compare February 6, 2026 01:28
@seanconroy2021

Copy link
Copy Markdown
Member

great, thank you

I can't seem to find any Renovate config to force all digest refs to update to the same target digest using the Tekton manager. Maybe @lubomir might have some ideas?

@lubomir

lubomir commented Feb 6, 2026

Copy link
Copy Markdown

Did you mean to ping someone else, @seanconroy2021 ? I have no idea about any of this.

@seanconroy2021

Copy link
Copy Markdown
Member

Did you mean to ping someone else, @seanconroy2021 ? I have no idea about any of this.

Yeah sorry wrong person :(

@seanconroy2021

Copy link
Copy Markdown
Member

great, thank you

I can't seem to find any Renovate config to force all digest refs to update to the same target digest using the Tekton manager. Maybe @lubomir might have some ideas?

@querti ^^

@querti

querti commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

Checking the digests, my guess is that if an image was specified via single arch digest, renovate will propose an update to a newer single arch, and likewise for multiarch. I don't know the reason for specifying a specific arch to run certain steps, but if the reason is legitimate then the behavior seems correct to me. If there is no good reason for this then I suggest specifying multiarch digest for all tasks and all images will be updated to the same digest in the future.

@johnbieren

Copy link
Copy Markdown
Collaborator

Checking the digests, my guess is that if an image was specified via single arch digest, renovate will propose an update to a newer single arch, and likewise for multiarch. I don't know the reason for specifying a specific arch to run certain steps, but if the reason is legitimate then the behavior seems correct to me. If there is no good reason for this then I suggest specifying multiarch digest for all tasks and all images will be updated to the same digest in the future.

I would think we should be using the same arch setting imageRef for all of our tasks. So what do we do with this PR?

@querti

querti commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

We can request a rebase after we've unified the digests. Or I think it should be safe to merge it as-is, if we want to update the image asap.

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/development/quay.io-konflux-ci-release-service-utils branch from aa03964 to 6088499 Compare February 7, 2026 01:25
@seanconroy2021

Copy link
Copy Markdown
Member

Checking the digests, my guess is that if an image was specified via single arch digest, renovate will propose an update to a newer single arch, and likewise for multiarch. I don't know the reason for specifying a specific arch to run certain steps, but if the reason is legitimate then the behavior seems correct to me. If there is no good reason for this then I suggest specifying multiarch digest for all tasks and all images will be updated to the same digest in the future.

From what I know we don't release single-arch images it's grouped as multi-arch when pushed to Quay. Unless Renovate is handling this differently than expected. If these tasks were single-arch digest, they probably would fail when run locally on Kind for ARM64 (MAC) which they don't. So there might be something else going on here?

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/development/quay.io-konflux-ci-release-service-utils branch from 6088499 to b632f86 Compare February 10, 2026 01:29
@johnbieren

Copy link
Copy Markdown
Collaborator

Checking the digests, my guess is that if an image was specified via single arch digest, renovate will propose an update to a newer single arch, and likewise for multiarch. I don't know the reason for specifying a specific arch to run certain steps, but if the reason is legitimate then the behavior seems correct to me. If there is no good reason for this then I suggest specifying multiarch digest for all tasks and all images will be updated to the same digest in the future.

From what I know we don't release single-arch images it's grouped as multi-arch when pushed to Quay. Unless Renovate is handling this differently than expected. If these tasks were single-arch digest, they probably would fail when run locally on Kind for ARM64 (MAC) which they don't. So there might be something else going on here?

Yeah I have no idea, but I'm moving this to draft. The images aren't consistent and the unit tests are failing anyways

@johnbieren johnbieren marked this pull request as draft February 10, 2026 13:37
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/development/quay.io-konflux-ci-release-service-utils branch from b632f86 to 2019473 Compare February 11, 2026 01:30
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/development/quay.io-konflux-ci-release-service-utils branch 4 times, most recently from e2ef423 to ba7806e Compare March 30, 2026 02:26
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/development/quay.io-konflux-ci-release-service-utils branch 5 times, most recently from fc77337 to 2d1e174 Compare April 8, 2026 02:12
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/development/quay.io-konflux-ci-release-service-utils branch 6 times, most recently from 7d85749 to 8120132 Compare April 16, 2026 02:17
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/development/quay.io-konflux-ci-release-service-utils branch 4 times, most recently from e33fb5b to 83c30d4 Compare April 23, 2026 02:20
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/development/quay.io-konflux-ci-release-service-utils branch 6 times, most recently from 6a5607a to c28d203 Compare May 1, 2026 02:20
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/development/quay.io-konflux-ci-release-service-utils branch 4 times, most recently from 6bb7abb to a76ff32 Compare May 6, 2026 02:35
…igest

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants